-- $Id: $
-- $Source: $
-- *****************************************************************
-- CISCO-IETF-ISDN-CAPABILITY.my: RFC2127-MIB (ISDN) AGENT-CAPABILITIES
--
-- January 1998, Viet Nguyen
--
-- Copyright (c) 1998 by cisco Systems, Inc.
-- All rights reserved.
-- 
-- *****************************************************************
-- $Log: $
-- *****************************************************************
-- $Endlog$
--

CISCO-IETF-ISDN-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoIetfIsdnCapability MODULE-IDENTITY
                LAST-UPDATED    "9806210000Z"
                ORGANIZATION    "Cisco Systems, Inc."
                CONTACT-INFO
                        "       Cisco Systems
                                Customer Service
                        
                        Postal: 170 West Tasman Drive
                                San Jose, CA  95134
                                USA
                        
                           Tel: +1 800 553-NETS
                        
                        E-mail: cs-snmp@cisco.com, cs-isdn@cisco.com"
                DESCRIPTION
                        "Agent capabilities for ISDN-MIB (IETF RFC2127)"
                REVISION        "9806210000Z"
                DESCRIPTION
                        "Initial version of this MIB module."
                ::= { ciscoAgentCapability 124 }

ciscoIetfIsdnCapabilityV11R03 AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 12.0"
STATUS          current
DESCRIPTION     "Cisco Ietf ISDN MIB capabilities"

SUPPORTS        CISCO-IETF-ISDN-MIB
INCLUDES        { isdnBasicRateGroup, isdnBearerGroup, isdnSignalingGroup, isdnEndpointGroup, isdnDirectoryGroup }

VARIATION       isdnBasicRateIfType
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       isdnBasicRateLineTopology
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       isdnBasicRateIfMode
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       isdnBasicRateSignalMode
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       isdnSignalingBchannelCount
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       isdnLapdPrimaryChannel
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       isdnEndpointIfType
ACCESS          read-only
DESCRIPTION     "Unable to create or modify"

VARIATION       isdnDirectoryIndex
ACCESS          not-implemented
DESCRIPTION     "Table for isdnDirectoryEntry not supported"

VARIATION       isdnDirectoryNumber
ACCESS          not-implemented
DESCRIPTION     "Table for isdnDirectoryEntry not supported"

VARIATION       isdnDirectorySigIndex
ACCESS          not-implemented
DESCRIPTION     "Table for isdnDirectoryEntry not supported"

VARIATION       isdnDirectoryStatus
ACCESS          not-implemented
DESCRIPTION     "Table for isdnDirectoryEntry not supported"

        ::= { ciscoIetfIsdnCapability 1 }

END